﻿* {
    box-sizing: border-box;
    transition: all 0.4s;
    list-style: none;
    text-decoration: initial;
}

img {
    max-width: 100%;
}

.mfbox {
    width: 1520px;
    margin: 0 auto;
}

header {
    position: absolute;
    width: 100%;
background: rgb(14 14 14 / 90%);
    z-index: 999
}

header .mfbox {
    display: flex;
    align-items: center;
}

.logo {
    width: 250px;
}

nav {
    margin-left: 145px;
}

nav .ddsmoothmenu>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

nav .ddsmoothmenu>ul>li {
    margin-right: 50px;
    position: relative;
}

.en nav .ddsmoothmenu>ul>li {
    margin-right: 40px;
}

nav .ddsmoothmenu>ul>li:last-child {
    margin-right: 0;
}

nav .ddsmoothmenu>ul>li>a {
    line-height: 100px;
    font-size: 20px;
    color: rgba(255, 255, 255, .95);
}

nav .ddsmoothmenu>ul li ul {
    position: absolute;
    width: 200px;
    background: rgba(27, 27, 27, .9);
    left: calc(50% - 100px) !important;
    top: 100px !important;
    display: none;
}

nav .ddsmoothmenu>ul li ul li {
    width: 100%;
    text-align: center;
}

nav .ddsmoothmenu>ul li ul li a {
    line-height: 45px;
    font-size: 18px;
    display: block;
    color: rgba(255, 255, 255, .95);
}

.index_about {
    padding: 40px 0 20px;
}

.index_about .mfbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_about_left {
    width: 803px;
}

.index_about_left h3 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3d3d3d;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.index_about_left h3::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 6px;
    background-color: #bfd192;
    left: 0;
    bottom: 0;
}

.index_about_left p {
    font-size: 18px;
    line-height: 36px;
    color: #1b1b1b;
    text-indent: 40px;
}

.index_about_left .more {
    width: 160px;
    background-color: #bfd192;
    margin-top: 12px;
    text-align: center;
}

.index_about_left .more a {
    line-height: 60px;
    font-size: 22px;
    color: #ffffff;
}

.index_about_right {
    width: 664px;
}

.Number_Jump {
    border-top: 10px solid rgba(215, 232, 173, .9);
    background: rgba(236, 246, 211, .9);
    padding: 30px 0;
}

.Number_Jump ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Number_Jump ul li {
    display: flex;
}

.Number_Jump ul li .icon {
    width: 40px;
    height: 33px;
    background: url(/templates/Images/area.png) no-repeat;
    background-size: 100%;
    margin-right: 20px;
    margin-top: 10px;
}

.Number_Jump ul li.capacity .icon {
    width: 28px;
    height: 38px;
    background: url(/templates/Images/capacity.png) no-repeat;
    background-size: 100%;
}

.Number_Jump ul li.established_in .icon {
    width: 28px;
    height: 43px;
    background: url(/templates/Images/Established_in.png) no-repeat;
    background-size: 100%;
}

.Number_Jump ul li.brand .icon {
    width: 36px;
    height: 36px;
    background: url(/templates/Images/brand.png) no-repeat;
    background-size: 100%;
}

.Number_Jump ul li.patent .icon {
    width: 36px;
    height: 36px;
    background: url(/templates/Images/patent.png) no-repeat;
    background-size: 100%;
}

.Number_Jump ul li .title h3 {
    position: relative;
}

.Number_Jump ul li .title h3 em {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3d3d3d;
    position: absolute;
    right: -33px;
    top: 0;
}

.Number_Jump ul li.capacity .title h3 em {
    right: -30px;
    top: 6px;
}
.en .Number_Jump ul li.capacity .title h3 em{
	right: initial;
}

.Number_Jump ul li.established_in .title h3 em {
    top: 7px;
}


.Number_Jump ul li .title h3 sup {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3d3d3d;
    position: absolute;
    right: -10px;
    top: 10px;
}
.Number_Jump ul li .title h3 sup

.Number_Jump ul li.capacity .title h3 sup {
    right: -26px;
    top: -13px;
}

.Number_Jump ul li.brand .title h3 sup {
    right: 29px;
    top: -7px;
}
.en .Number_Jump ul li.brand .title h3 sup{
    right: initial;
    top: -7px;
    left: 25px;
}
.Number_Jump ul li.patent .title h3 sup {
    right: -30px;
    top: -10px;
}
.en .Number_Jump ul li.patent .title h3 sup{
    right: initial;
    top: -10px;
    left: 80px;
}
.Number_Jump ul li.capacity .title h3 sup {
    right: -30px;
    top: -10px;
}

.Number_Jump ul li.area .title h3 sup {
    font-size: 15px;
}

.Number_Jump ul li .title h3 span {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3d3d3d;
}

.Number_Jump ul li.patent .title h4 sup {
    right: 32px;
    top: -7px;
}

.Number_Jump ul li.capacity .title h4 sup {
    right: -28px;
    top: -13px;
}

.Number_Jump ul li.area .title h4 sup {
    font-size: 15px;
}

.Number_Jump ul li .title h4 span {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3d3d3d;
}

.Number_Jump ul li .title p {
    margin-top: 27px;
    font-size: 20px;
    color: #3d3d3d;
}

.index_video {
    /* padding: 150px 0 90px; */
    /* background: url(/templates/Images/index_video_bg.png) no-repeat center; */
    /* min-height: 670px; */
    /* margin-top: 10px; */
}

.index_video .mfbox {
    position: relative;
    overflow: hidden;
    width: 1520px;
}

.index_video .toptitle {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 0;
}

.index_video .toptitle h3 {
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3d3d3d;
    padding-bottom: 25px;
}

.index_video .toptitle::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 8px;
    background-color: #51a225;
    left: 0;
    bottom: 0px;
}

.index_video_content {
    width: 100%;
    float: none;
    position: relative;
    padding: 0;
    /* background-color: #E7F0D1; */
    /* box-shadow: 0 0 5px rgba(0, 0, 0, .4); */
}

.index_video_content video {
    width: 100%;
    height: auto;
}

.index_video_content .video_item {
    position: relative;
    width: 100%;
}

.index_video_content .video_item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
}

.index_video_content .mask {
    width: 155px;
    height: 180px;
    position: absolute;
    left: calc(50% - 77.5px);
    top: calc(50% - 90px);
    background: url(/templates/Images/video_mask.png) no-repeat;
    background-size: 66%;
}

.index_video_content .mask.open {
    width: 45px;
    height: 45px;
    background: url(/templates/Images/pause.png) no-repeat;
    background-size: 100%;
    left: 20px;
    bottom: 30px;
    top: initial;
}

.index_video_content.open .video_item::before {
    display: none;
}

.index_products {
    padding: 45px 0;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.08);
}

.toptitle {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.toptitle h3 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3d3d3d;
}

.toptitle::after {
    content: '';
    position: absolute;
    width: 131px;
    height: 5px;
    background-color: #bfd192;
    left: calc(50% - 67px);
    bottom: 5px;
}

.index_products_content {
    margin-top: 42px;
}

.index_products_content ul {
    display: flex;
    flex-wrap: wrap;
}

.index_products_content ul li {
    width: calc(100% / 3 - 35px);
    margin-right: 50px;
}

.index_products_content ul li:last-child {
    margin-right: 0;
}

.index_products_content ul li .pic {
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, .5);
}

.index_products_content ul li .pic,
.index_products_content ul li img {
    width: 100%;
}

.index_products_content ul li h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 1px;
    color: #3d3d3d;
    margin-top: 16px;
    text-align: center;
}


.index_advantage{
    padding: 50px 0;
}
.index_advantage>.mfbox>strong{
    font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #bcd97d;
    margin: 50px 0;
    display: block;
}
.index_advantage_content ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.index_advantage_content ul li:last-child{
    margin-bottom: 0;
}
.index_advantage_content ul li .pic{
    width: 560px;
    order: 1;
}
.index_advantage_content ul li:nth-child(2n) .pic{
    order: 3;
}
.index_advantage_content ul li .title{
    width: calc(100% - 624px);
    order: 2;
}
.index_advantage_content ul li .title .num{
    width: 200px;
	line-height: 60px;
	background-color: #d1e89f;
    font-size: 40px;
	font-weight: bold;
	color: #3d3d3d;
    text-align: center;
    margin: 0 auto;
}
.index_advantage_content ul li .title h3{
    font-size: 26px;
	font-weight: bold;
	color: #3d3d3d;
    text-align: center;
    margin: 20px 0;
}
.index_advantage_content ul li .title .infos{
    font-size: 17.7px;
	line-height: 30px;
	color: #4f4e4e;
}


.index_news {
    padding: 58px 0;
}

.index_news_content {
    margin-top: 50px;
}

 .index_news_content ul {
    display: flex;
    flex-wrap: wrap;
}
/*.index_news_content ul li{
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
}
.index_news_content ul li .pic{
    width: 108%;
    height: 200px;
    text-align: center;
    border: 1px solid #e6e6e6;
}
.index_news_content ul li .pic img{
    height: 100%;
}
.index_news_content ul li  h3{
    text-align: center;
    line-height: 36px;
    font-size: 18px;
} */

.index_news_content ul li {
    width: calc(100% / 3 - 8px);
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: rgba(236, 246, 211, .9);
    position: relative;
    padding: 40px 18px 0px 28px;
    min-height: 240px;
}

.index_news_content ul li:hover {
    background-color: rgba(214, 234, 162, .9);
}

.index_news_content ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_news_content ul li .time {
    width: 106px;
    text-align: center;
}

.index_news_content ul li .time span {
    font-size: 22px;
    font-weight: bold;
    color: #4f4e4e;
    margin-bottom: 10px;
    display: block;
}

.index_news_content ul li .time h3 {
    font-size: 30px;
    font-weight: bold;
    color: #4f4e4e;
}

.index_news_content ul li::before {
    content: '';
    position: absolute;
    width: 108px;
    height: 71px;
    background: url(/templates/Images/news_item.png) no-repeat;
    background-size: 100%;
    left: 28px;
    bottom: 27px;
}

.index_news_content ul li:nth-child(3n) {
    margin-right: 0;
}

.index_news_content ul li .title {
    width: calc(100% - 136px);
}

.index_news_content ul li .title h3 {
    font-size: 20px;
    color: #4f4e4e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}

.index_news_content ul li .title .infos,
.index_news_content ul li .title .infos * {
    font-size: 18px;
    line-height: 24px;
    color: #4f4e4e;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    background: none !important;
}

.index_partner {
    padding-bottom: 46px;
}

.index_partner_content {
    margin-top: 40px;
    text-align: center;
}

.index_partner_content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

footer {
    background: rgba(238, 247, 215, .9);
    padding: 64px 0 24px;
}

footer>.mfbox {
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    width: 200px;
}

.footer_qrcode {
    width: calc(100% - 425px);
}

.footer_qrcode ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer_qrcode ul li {
	width: 110px;
    margin-right: 35px;
}

.footer_qrcode ul li:nth-child(3) {
    margin-right: 20px;
}

.footer_qrcode ul li:last-child {
    width: calc(100% - 720px);
    margin-right: 0;
}

.copyright {
    margin-top: 60px;
    text-align: center;
}

.copyright p {
    font-size: 16px;
    line-height: 26px;
    color: #3d3d3d;
}

.piaofu {
    position: fixed;
    top: calc(50% - 105px);
	border-radius: 5px;
    width: 140px;
    background: url(/templates/Images/piaofu_bg.png) no-repeat;
    padding: 10px 0 10px;
    z-index: 99;
    right: -140px;
    background-size: 100%;
}

.piaofu .top {
    display: block;
    margin: 0 auto;
    width: 90px;
}

.piaofu .p1 {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 0;
    text-align: center;
}
.en .piaofu .p1{
    font-size: 12px;
}

.piaofu .p2 {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
}
.en .piaofu .p2{
    font-size: 12px;
}

.piaofu .p2 span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
.en .piaofu .p2 span{
    font-size: 12px;    
}

.piaofu .qrcode1 {
    width: 80px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.en .piaofu .qrcode1{
    width: 74px;
}
.en .piaofu a{
}

.piaofu a {
    width: 80px;
    background-color: #ecf6d3;
    border-radius: 10px;
    line-height: 27px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #333430;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.piaofu .p3 {
    font-size: 12px;
    line-height: 25px;
    color: #f5f4f4;
    text-align: center;
}
.en .piaofu .p3{
    font-size: 12px;
}

.piaofu .close {
    position: absolute;
    width: 43px;
	background-color: #fe7c1c;
    border-radius: 10px 0px 0px 10px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    left: -43px;
    top: calc(50% - 86px);
    padding: 8px 12px;
    text-align: center;
    cursor: pointer;
}

.en .piaofu .close{
    word-break: break-word;
    writing-mode: tb-rl;
    letter-spacing: 5px;
    padding: 18px 6px;
}

.piaofu.open {
	right: 0;
}

.piaofu.show {
    display: block;
}

.index_banner img {
    width: 100% !important;
}

.p_container {
    padding: 60px 0;
}

.p_container>.mfbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p_container_left {
    width: 300px;
    background-color: rgba(238, 247, 215, .9);
    border-radius: 10px;
}

.sortnavt h3 {
    font-size: 28px;
    line-height: 60px;
    font-weight: bold;
    color: #3d3d3d;
    text-align: center;
    background-color: rgba(214, 234, 162, .9);
}

.sortnavul li {
    position: relative;
    padding-left: 40px;
    line-height: 45px;
    border-bottom: 1px solid rgba(214, 234, 162, .9);
}

.sortnavul li:last-child {
    border-bottom: none;
}

.sortnavul li a {
    font-size: 18px;
    color: #3d3d3d;
}

.sortnavul li::before {
    content: '>';
    position: absolute;
    font-size: 18px;
    color: #3d3d3d;
    left: 15px;
    top: 0;
    font-family: cursive;
}

.p_container_right {
    width: calc(100% - 350px);
}

.p_container_title {
    width: 100%;
    border-bottom: 3px solid rgba(214, 234, 162, .9);
    font-size: 22px;
    line-height: 45px;
}

.navPage {
    margin-top: 60px;

}

.navPage ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navPage ul li {
    width: 36px;
    height: 36px;
    margin: 0 5px;
    text-align: center;
}

.navPage ul li a {
    border: 1px solid rgba(214, 234, 162, .9);
    font-size: 14px;
    line-height: 36px;
    display: block;
}

.navPage ul li a.pagebarCurrent {
    background-color: rgba(214, 234, 162, .9);
}

.products_list {
    margin-top: 60px;
}

.products_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.products_list ul li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
}

.products_list ul li .pic {
    width: 100%;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.products_list ul li h3 {
    font-size: 18px;
    text-align: center;
    color: #3d3d3d;
    line-height: 35px;
}

.news_list {
    margin-top: 40px;
}

.news_list li {
    line-height: 45px;
    border-bottom: 2px dashed rgba(214, 234, 162, .9);
}

.news_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_list li h3 {
    max-width: 80%;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3d3d3d;
}

.news_list li .time {
    font-size: 14px;
    color: #3d3d3d;
}

.video_list {
    margin-top: 40px;
}

.video_list ul {
    display: flex;
    flex-wrap: wrap;
}

.video_list ul li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
}

.video_list ul li .pic {
    width: 100%;
    border: 1px solid #e6e6e6;
}

.video_list ul li h3 {
    font-size: 18px;
    color: #3d3d3d;
    text-align: center;
    line-height: 30px;
}

.contactus .p_container_left {
    display: none;
}

.contactus .p_container_right {
    width: 100%;
}

.p_n_title {
    font-size: 22px;
    text-align: center;
    line-height: 35px;
    color: #3d3d3d;
}

.products_view {
    padding: 30px 0;
}

.p_n_info {
    text-align: center;
    font-size: 12px;
}

.remark {
    margin-top: 30px;
}

.p_n_video {
    text-align: center;
}

.p_n_video video {
    max-width: 100%;
}

.prevnext {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_btn {
    display: none;
}

.p_contact {
    padding: 60px 0;
}

.p_contact ul {
    display: flex;
    justify-content: center;
}

.p_contact ul li {
    margin: 0 20px;
    text-align: center;
    width: calc(100% / 3 - 30px);
}

.p_contact ul li img {
    height: 80px;
}

.p_contact ul li h2 {
    font-size: 18px;
}

.p_contact ul li p {
    font-size: 14px;
}

.ditu {
    text-align: center;
}

.header_language {
    position: absolute;
    right: 60px;
    top: 0;
}

.header_language a,
.header_language span {
    font-size: 16px;
    color: rgba(255, 255, 255, .95);
}

.header_language span:last-child {
    display: none;
}

header .mfbox {
    position: relative;
}
.swier-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
	padding-top: 104px;
    z-index: 1;
}
.index_banner .swiper-button-next,.index_banner .swiper-button-prev{
    color: #fff;
}
.index_banner .swiper-pagination-bullet-active{
    background: #fff;
}

@media screen and (max-width: 1520px) {

    .mfbox,
    .index_video .mfbox {
        width: 94%;
    }

    header .mfbox {
        justify-content: space-between;
    }

    nav {
        margin-left: 0;
    }

    nav .ddsmoothmenu>ul>li {
        margin-right: 20px;
        position: relative;
    }

    .index_about_left {
        width: 60%;
    }

    .index_about_right {
        width: 40%;
    }

    .footer_qrcode {
        width: calc(100% - 304px);
    }

    .footer_qrcode ul li {
        width: 150px;
        margin-right: 20px;
    }

    .p_container_left {
        width: 22%;
    }

    .p_container_right {
        width: calc(100% - 25%);
    }
}

@media screen and (max-width: 1366px) {
    .index_about_left {
        width: 56%;
    }

    .index_partner_content ul li {
        width: calc(100% / 6 - 10px);
    }

    .en nav .ddsmoothmenu>ul>li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    nav {
        display: none;
        position: absolute;
        width: 500px;
        top: 100px;
        background: rgba(27, 27, 27, .9);
        right: 0;
    }
  .index_advantage_content ul li .title {
    width: 100%;
    order: 2;
}

    nav .ddsmoothmenu>ul>li {
        margin-right: 0;
        position: relative;
        width: 100%;
    }

    nav .ddsmoothmenu>ul>li>a {
        line-height: 50px;
        font-size: 24px;
        color: rgba(255, 255, 255, .95);
        display: block;
        text-align: center;
    }

    nav .ddsmoothmenu>ul li ul {
        position: relative;
        width: 100% !important;
        background: rgba(27, 27, 27, .9);
        top: 0px !important;
        left: 0 !important;
    }

    #top_btn {
        display: block;
        width: 50px;
        height: 50px;
        border: none;
        background: url(/templates/Images/menu.png) no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: calc(50% - 25px);
    }

    header .mfbox {
        position: relative;
    }

    header {
        position: relative;
    }

    .index_about {
        padding: 20px 0;
    }

    .index_about_left {
        width: 100%;
        order: 2;
    }

    .index_about_right {
        width: 100%;
        order: 1;
        text-align: center;
        margin-bottom: 20px;
    }

    .index_about_left h3 {
        font-size: 22px;
        text-align: center;
    }

    .index_about_left h3::after {
        left: calc(50% - 60px);
    }

    .index_about_left .more {
        margin: 50px auto 0;
    }

    .index_about_left .more a {
        line-height: 45px;
        font-size: 18px;
    }

    .Number_Jump {
        padding: 20px 0;
    }

    .Number_Jump ul li {
        display: flex;
        width: calc(100% / 2 - 20px);
        justify-content: center;
        margin-bottom: 20px;
    }

    .Number_Jump ul li .title h3 em {
        font-size: 18px;
        right: -20px;
        top: 0;
    }

    .Number_Jump ul li .title h3 span {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #3d3d3d;
    }

    .Number_Jump ul li .title h3 sup {
        right: -10px;
        top: 0;
    }

    .Number_Jump ul li.area .title h3 sup {
        font-size: 14px;
    }

    .Number_Jump ul li .title p {
        margin-top: 0;
        font-size: 18px;
    }

    .Number_Jump ul li .icon,
    .Number_Jump ul li.established_in .icon,
    .Number_Jump ul li.brand .icon {
        width: 32px;
        height: 32px;
        margin-top: 0;
    }

    .Number_Jump ul li.capacity .title h3 em {
        right: 0;
        top: 3px;
    }

    .Number_Jump ul li.capacity .title h3 sup {
        right: -14px;
        top: -5px;
        font-size: 14px;
    }

    .Number_Jump ul li.established_in .title h3 em {
        top: 2px;
        right: -15px;
    }

    .Number_Jump ul li.brand .title h3 sup {
        right: 44px;
        top: -3px;
        font-size: 14px;
    }
    .Number_Jump ul li.patent .title h3 sup {
        right: 14px;
        top: 0;
        font-size: 14px;
    }

    .index_video {
        padding: 20px 0;
        min-height: initial;
    }

    .index_video .toptitle {
        position: relative;
        left: 0;
        bottom: 0;
        text-align: center;
        padding: 0;
    }

    .index_video .toptitle h3 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff;
        padding-bottom: 16px;
    }

    .index_video .toptitle::after {
        content: '';
        position: absolute;
        width: 60px;
        height: 5px;
        background-color: #51a225;
        left: calc(50% - 30px);
        bottom: 0;
    }

    .index_video_content {
        width: 500px;
        float: none;
        margin: 20px auto 0;
    }

    .index_products {
        padding: 20px 0;
    }

    .toptitle {
        text-align: center;
        position: relative;
        padding-bottom: 13px;
    }

    .toptitle h3 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #3d3d3d;
    }

    .toptitle::after {
        content: '';
        position: absolute;
        width: 60px;
        height: 5px;
        background-color: #bfd192;
        left: calc(50% - 30px);
        bottom: 0;
    }

    .index_products_content,
    .index_news_content {
        margin-top: 20px;
    }

    .index_products_content ul li {
        width: calc(100% / 3 - 20px);
        margin: 0 10px;
    }

    .index_products_content ul li h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 36px;
        letter-spacing: 1px;
        color: #3d3d3d;
        margin-top: 10px;
        text-align: center;
    }

    .index_news {
        padding: 20px 0;
    }

    .index_news_content ul li {
        width: calc(100% / 2 - 10px);
        margin: 0 5px;
        margin-bottom: 10px;
        margin-right: 0;
        background-color: rgba(236, 246, 211, .9);
        position: relative;
        padding: 20px 20px 0px 20px;
        min-height: 220px;
    }

    footer {
        padding: 20px 0;
    }

    footer>.mfbox {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_qrcode {
        width: 100%;
    }

    .footer_logo {
        margin-bottom: 20px;
    }

    .footer_qrcode ul {
        justify-content: center;
    }

    .copyright {
        margin-top: 20px;
        text-align: center;
    }

    .p_container {
        padding: 20px 0;
    }

    .p_container_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .p_container_right {
        width: 100%;
    }

    .p_container>.mfbox {
        flex-wrap: wrap;
    }

    .products_list ul li {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px;
    }
}

@media screen and (max-width: 768px) {
    .piaofu {
        top: calc(50% - 250px);
        width: 100px;
        padding: 20px 0 21px;
        background-size: cover;
    }
    .swier-container{
        padding-top: 0;
    }

    .piaofu.open {
        right: -100px;
    }

    .header_language {
        right: 0;
    }

    .piaofu .top {
        display: block;
        margin: 0 auto;
        width: 60px;
    }

    .piaofu .p1 {
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        margin-top: 5px;
        text-align: center;
    }

    .piaofu .p2 {
        font-size: 12px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
    }

    .piaofu .p2 span,
    .piaofu .p3 {
        display: none;
    }

    .piaofu .qrcode1 {
        width: 60px;
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .piaofu a {
        width: 90%;
        background-color: #ecf6d3;
        border-radius: 10px;
        line-height: 25px;
        font-size: 12px;
        letter-spacing: 4px;
        color: #333430;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .piaofu .close {
        position: absolute;
        width: 20px;
        background-color: #ecf6d3;
        border-radius: 5px 0px 0px 5px;
        font-size: 12px;
        line-height: 21px;
        color: #373333;
        left: -20px;
        top: calc(50% - 47px);
        padding: 5px 3px;
        text-align: center;
        cursor: pointer;
    }

    .index_video_content .mask {
        width: 42px;
        height: 45px;
        left: calc(50% - 21px);
        top: calc(50% - 22.5px);
    }

    .showproduct .proone .proimgurl {
        width: 500px !important;
        text-align: center;
        display: block;
        float: none;
        max-width: 100% !important;
    }

    .showproduct .proone .prodisplayimg {
        width: 100% !important;
    }

    .showproduct .proone .proonefr {
        width: 100% !important;
    }

    .showproduct .proone .prodisplayimg {
        width: 100% !important;
        margin-left: 0 !important;
        float: none;
        margin-top: 20px;
    }

    #zoomcont {
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
        position: relative !important;
        z-index: 2;
    }

    .zoom-desc {
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
        position: relative !important;
        text-align: center !important;
    }

    .zoom-desc a {
        display: inline-block !important;
    }
}

@media screen and (max-width: 480px) {
    .index_video_content {
        width: 100%;
        padding: 5px;
    }

    .index_news_content ul li {
        width: 100%;
        padding: 20px 20px 28px 20px;
        min-height: initial;
    }

    .index_news_content ul li::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 40px;
        background: url(/templates/Images/news_item.png) no-repeat;
        background-size: 100%;
        left: 28px;
        bottom: 27px;
    }

    .index_news_content ul li .time {
        width: 66px;
        text-align: center;
    }

    .index_news_content ul li .time span {
        font-size: 18px;
        font-weight: bold;
        color: #4f4e4e;
        margin-bottom: 10px;
        display: block;
    }

    .index_news_content ul li .time h3 {
        font-size: 20px;
        font-weight: bold;
        color: #4f4e4e;
    }

    .index_news_content ul li .title {
        width: calc(100% - 76px);
    }

    .index_news_content ul li .title h3 {
        font-size: 18px;
        color: #4f4e4e;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .index_news_content ul li .title .infos {
        max-height: 72px;
    }

    .index_news_content ul li .title .infos,
    .index_news_content ul li .title .infos * {
        font-size: 14px;
        line-height: 24px;
        color: #4f4e4e;
        word-break